CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 截获 键盘

搜索资源列表

  1. CKeyHook

    1下载:
  2. CKeyHook是一个通过设定钩子,截获键盘事件的操作示例,对于掌握钩子的安装、时间截获等处理方法有参考价值。-CKeyHook is by setting the hook, intercepting keyboard events, the operation of example, to master the hook for the installation, the time intercept other treatment methods have reference value.
  3. 所属分类:Hook api

    • 发布日期:2015-07-28
    • 文件大小:495616
    • 提供者:colin
  1. 全局钩子

    0下载:
  2. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。
  3. 所属分类:编程文档

  1. GETDATA

    0下载:
  2. 自动获取系统任意进程输入框中的数据 钩子使用 截获键盘输入和控件焦点消息 全局共享内存-Any process of automatic acquisition system, the data input box, hook the keyboard input and control using the intercepted messages focus global shared memory
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:58348
    • 提供者:moto
  1. Hook

    0下载:
  2. vc写的。钩子程序:运行时截获键盘鼠标信息,只有输入正确密码才可回复正常。-vc written. Hook procedure: run-time interception of keyboard and mouse information, only enter the correct password before they can return to normal.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:23755
    • 提供者:fengxian
  1. WH_KEYBOARD_LL

    1下载:
  2. 采用VC6.0编写的一个全局钩子,用以截获键盘的键入消息,经测试可用。-Written by VC6.0 a global hook to intercept the keyboard type information, available via testing.
  3. 所属分类:Hook api

    • 发布日期:2015-02-21
    • 文件大小:2048
    • 提供者:李成儒
  1. HookTest

    0下载:
  2. 一个最简单的windows钩子程序,适合初学者参考,能够直接用VS2010编译通过,能够截获键盘消息-A simple program about Windows Hook
  3. 所属分类:Hook api

    • 发布日期:2017-05-28
    • 文件大小:11485046
    • 提供者:七绝梦天
  1. HookTest

    0下载:
  2. 一个截获键盘消息和鼠标消息的钩子测试程序。-A message intercepted by the keyboard and mouse news hook test procedure.
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:30831
    • 提供者:zct
  1. KeyHook

    0下载:
  2. 键盘钩子,截获键盘,模拟按键自动输入内容-Keyboard hook to intercept keyboard input analog button automatically
  3. 所属分类:Hook api

    • 发布日期:2017-04-15
    • 文件大小:7347
    • 提供者:瞿成刚
  1. HookDll

    0下载:
  2. 一个全局钩子,可以截获系统的所有消息 主要完成鼠标和键盘的消息截获-A global hook, you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:827023
    • 提供者:郑万伟
  1. KeyDownSound

    0下载:
  2. 利用键盘钩子,截获键盘消息,判断按下键,并提示您按下了哪个键。对学习钩子处理技术很有帮助-HOOK Function KeyDown
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:469684
    • 提供者:qinyafei
  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  1. KeyboardHook

    0下载:
  2. 该程序可以实现截获键盘输入信息,并将信息保存到指定文件中。-The program can be intercepted by the keyboard to enter information, and information is saved to the specified file.
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2145361
    • 提供者:boss
  1. borad

    0下载:
  2. 钩子编程的一个实例,用于截获键盘信息,比较简单,适用于初学者-An example of programming hooks for interception of the keyboard information, is relatively simple for beginners
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:53452
    • 提供者:刘东
  1. KeyboardHook

    0下载:
  2. 一个演示如何截获键盘钩子的程序,也许对你有帮助。-A soures of Catch Keybord hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:15581
    • 提供者:maxiang
  1. Monitor

    0下载:
  2. 网络监控软件,实现服务器端对客户端的监控,并且用钩子实现了截获键盘的输入。-Network monitoring software, to achieve a server-side client monitoring, and realized with the hook intercepting keyboard input.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1689006
    • 提供者:martin
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. jiehuojianpanxinxi

    0下载:
  2. 截获键盘信息C++源代码,对开发游戏外挂有一定帮助-Intercepting keyboard information C++ source code, for developing the game plug-in will definitely help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:53898
    • 提供者:fly bird
  1. jianpan

    0下载:
  2. 实现截获键盘信息的功能,不要用来干坏事-To achieve the function of information intercepted the keyboard, not to do bad things. . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:56398
    • 提供者:chang
  1. HookKeyboard

    0下载:
  2. 通过HOOK技术,截获键盘信息,可以了解WINDOWS下相关硬件的工作机制-HOOK the keyboard
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:56372
    • 提供者:andyandy
  1. Mousehook

    0下载:
  2. 键盘钩子程序,一个是包含钩子功能的DLL文件,一个是对话框程序,将键盘钩子程序诸如到对话框程序中实现键盘信息截获。-The keyboard hook procedure, a DLL containing the hook function in the file, one is the dialog box procedure, such as the keyboard hook into the dialog box procedure processes the information
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:57815
    • 提供者:showpower_1984
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com